From 250fed17dc11395c670e56f3e890e75ee1c1d5d1 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 25 Mar 2005 22:14:49 +0000 Subject: [PATCH] bitkeeper revision 1.1236.43.16 (42448d59ezQlPIiCVx8usI8lvPcAvw) Fix mmu_update queue size. Signed-off-by: Keir Fraser --- linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c index 368179d560..f9d8e089e0 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c @@ -48,7 +48,7 @@ */ static spinlock_t update_lock = SPIN_LOCK_UNLOCKED; -#define QUEUE_SIZE 1 /*128*/ +#define QUEUE_SIZE 128 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #define pte_offset_kernel pte_offset #define pud_t pgd_t -- 2.30.2